3.1432 \(\int \frac{\left (a+b x+c x^2\right )^p}{(b d+2 c d x)^3} \, dx\)

Optimal. Leaf size=63 \[ \frac{\left (a+b x+c x^2\right )^{p+1} \, _2F_1\left (2,p+1;p+2;1-\frac{(b+2 c x)^2}{b^2-4 a c}\right )}{d^3 (p+1) \left (b^2-4 a c\right )^2} \]

[Out]

((a + b*x + c*x^2)^(1 + p)*Hypergeometric2F1[2, 1 + p, 2 + p, 1 - (b + 2*c*x)^2/
(b^2 - 4*a*c)])/((b^2 - 4*a*c)^2*d^3*(1 + p))

_______________________________________________________________________________________

Rubi [A]  time = 0.219835, antiderivative size = 63, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.125 \[ \frac{\left (a+b x+c x^2\right )^{p+1} \, _2F_1\left (2,p+1;p+2;1-\frac{(b+2 c x)^2}{b^2-4 a c}\right )}{d^3 (p+1) \left (b^2-4 a c\right )^2} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x + c*x^2)^p/(b*d + 2*c*d*x)^3,x]

[Out]

((a + b*x + c*x^2)^(1 + p)*Hypergeometric2F1[2, 1 + p, 2 + p, 1 - (b + 2*c*x)^2/
(b^2 - 4*a*c)])/((b^2 - 4*a*c)^2*d^3*(1 + p))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 34.9875, size = 63, normalized size = 1. \[ \frac{\left (a - \frac{b^{2}}{4 c} + \frac{\left (b + 2 c x\right )^{2}}{4 c}\right )^{p + 1}{{}_{2}F_{1}\left (\begin{matrix} 2, p + 1 \\ p + 2 \end{matrix}\middle |{\frac{\left (b + 2 c x\right )^{2}}{4 a c - b^{2}} + 1} \right )}}{d^{3} \left (p + 1\right ) \left (- 4 a c + b^{2}\right )^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**2+b*x+a)**p/(2*c*d*x+b*d)**3,x)

[Out]

(a - b**2/(4*c) + (b + 2*c*x)**2/(4*c))**(p + 1)*hyper((2, p + 1), (p + 2,), (b
+ 2*c*x)**2/(4*a*c - b**2) + 1)/(d**3*(p + 1)*(-4*a*c + b**2)**2)

_______________________________________________________________________________________

Mathematica [A]  time = 0.105531, size = 88, normalized size = 1.4 \[ \frac{4^{-p-1} (a+x (b+c x))^{p-1} \left (\frac{c (a+x (b+c x))}{(b+2 c x)^2}\right )^{1-p} \, _2F_1\left (1-p,-p;2-p;\frac{b^2-4 a c}{(b+2 c x)^2}\right )}{c^2 d^3 (p-1)} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x + c*x^2)^p/(b*d + 2*c*d*x)^3,x]

[Out]

(4^(-1 - p)*(a + x*(b + c*x))^(-1 + p)*((c*(a + x*(b + c*x)))/(b + 2*c*x)^2)^(1
- p)*Hypergeometric2F1[1 - p, -p, 2 - p, (b^2 - 4*a*c)/(b + 2*c*x)^2])/(c^2*d^3*
(-1 + p))

_______________________________________________________________________________________

Maple [F]  time = 0.176, size = 0, normalized size = 0. \[ \int{\frac{ \left ( c{x}^{2}+bx+a \right ) ^{p}}{ \left ( 2\,cdx+bd \right ) ^{3}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^2+b*x+a)^p/(2*c*d*x+b*d)^3,x)

[Out]

int((c*x^2+b*x+a)^p/(2*c*d*x+b*d)^3,x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{2} + b x + a\right )}^{p}}{{\left (2 \, c d x + b d\right )}^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^3,x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^3, x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{{\left (c x^{2} + b x + a\right )}^{p}}{8 \, c^{3} d^{3} x^{3} + 12 \, b c^{2} d^{3} x^{2} + 6 \, b^{2} c d^{3} x + b^{3} d^{3}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^3,x, algorithm="fricas")

[Out]

integral((c*x^2 + b*x + a)^p/(8*c^3*d^3*x^3 + 12*b*c^2*d^3*x^2 + 6*b^2*c*d^3*x +
 b^3*d^3), x)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**2+b*x+a)**p/(2*c*d*x+b*d)**3,x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{2} + b x + a\right )}^{p}}{{\left (2 \, c d x + b d\right )}^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^3,x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^3, x)